PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFStructureTree Class / setDocument Method
The owner document.
In This Topic
    setDocument Method
    In This Topic
    Sets the document that owns this structure tree.
    This method supports the internal library infrastructure and should not be used by external client code.
    Syntax
    public void setDocument( 
       PDFFixedDocument document
    )

    Parameters

    document
    The owner document.
    See Also